fix indentation.
authorMichael Natterer <mitch@imendio.com>
Mon, 26 May 2008 13:07:38 +0000 (13:07 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 26 May 2008 13:07:38 +0000 (13:07 +0000)
2008-05-26  Michael Natterer  <mitch@imendio.com>

* gtk/gtkimmodule.h: fix indentation.

svn path=/trunk/; revision=20177

ChangeLog
gtk/gtkimmodule.h

index b2ee5345598c460f6ccabc4a4778b0e5fba514ab..da418d92280f3411a4ad24f201ece7e72cb78ff4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-26  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkimmodule.h: fix indentation.
+
 2008-05-26  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkshow.h: include "gdk/gdk.h" instead of "gdk/gdkscreen.h"
index a6e3a2d3617cb08789bce798ced1aee3c169425b..353d5329283d4fe322054cdd97248b7f271f9a57 100644 (file)
 #ifndef __GTK_IM_MODULE_H__
 #define __GTK_IM_MODULE_H__
 
-
 #include <gtk/gtkimcontext.h>
 
 G_BEGIN_DECLS
 
 typedef struct _GtkIMContextInfo GtkIMContextInfo;
 
-struct _GtkIMContextInfo 
+struct _GtkIMContextInfo
 {
   const gchar *context_id;
   const gchar *context_name;
@@ -49,13 +48,11 @@ const gchar  * _gtk_im_module_get_default_context_id (GdkWindow                *
 /*
 void          im_module_list   (const GtkIMContextInfo ***contexts,
                                guint                    *n_contexts);
-void          im_module_init   (GtkModule             *module);
+void          im_module_init   (GtkModule                *module);
 void          im_module_exit   (void);
-GtkIMContext *im_module_create (const gchar             *context_id);
+GtkIMContext *im_module_create (const gchar              *context_id);
 */
 
-
 G_END_DECLS
 
-
 #endif /* __GTK_IM_MODULE_H__ */